home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- if rollOver(7) = 1 then
- set the visible of sprite 7 to 1
- else
- set the visible of sprite 7 to 0
- end if
- if rollOver(8) = 1 then
- set the visible of sprite 8 to 1
- else
- set the visible of sprite 8 to 0
- end if
- if rollOver(9) = 1 then
- set the visible of sprite 9 to 1
- else
- set the visible of sprite 9 to 0
- end if
- if rollOver(10) = 1 then
- set the visible of sprite 10 to 1
- else
- set the visible of sprite 10 to 0
- end if
- if rollOver(11) = 1 then
- set the visible of sprite 11 to 1
- else
- set the visible of sprite 11 to 0
- end if
- end
-